Versions:

  • 0.4.1
  • 0.4.0
  • 0.3.0

sql-pipe 0.4.1, published by vmvarela, is a command-line utility that streams CSV data through an in-memory SQLite engine so users can apply full SQL syntax to flat files without installing servers or writing schemas. Designed for analysts, DevOps engineers, and data wranglers who live in terminals, the program accepts any CSV sent to stdin, automatically infers column types, loads the content into a transient SQLite database, executes the supplied SQL statement, and immediately emits the resulting rows to stdout in valid CSV format. Typical use cases range from quick ad-hoc filtering, joining several files, aggregating log extracts, and re-ordering columns to prototyping queries that will later move to heavier warehouses. Because everything happens in memory, processing is fast and leaves no artifacts on disk, while the absence of configuration files makes the tool as portable as a single binary. Three public versions have been released so far, with 0.4.1 being the current stable iteration. The software belongs to the “Database Tools” category of utilities that bridge lightweight analysis and shell scripting. sql-pipe is available for free on get.nero.com, where downloads are provided through trusted Windows package sources such as winget, always delivering the latest build and supporting batch installation of multiple applications.

Tags: